The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:DBIx-Class dbix class"

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::PK - Primary Key class River stage three • 342 direct dependents • 452 total dependents

This class contains methods for handling primary keys and methods depending on them....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::PK - Primary Key class River stage three • 342 direct dependents • 452 total dependents

This class contains methods for handling primary keys and methods depending on them....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Row - Basic row methods River stage three • 342 direct dependents • 452 total dependents

This class is responsible for defining and doing basic operations on rows derived from DBIx::Class::ResultSource objects. Result objects are returned from DBIx::Class::ResultSets using the create, find, next and all methods, as well as invocations of...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Core - Core set of DBIx::Class modules River stage three • 342 direct dependents • 452 total dependents

This class just inherits from the various modules that make up the DBIx::Class core features. You almost certainly want these. The core modules currently are: DBIx::Class::InflateColumn DBIx::Class::Relationship (See also DBIx::Class::Relationship::B...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Carp - Provides advanced Carp::Clan-like warning functions for DBIx::Class internals River stage three • 342 direct dependents • 452 total dependents

Documentation is lacking on purpose - this an experiment not yet fit for mass consumption. If you use this do not count on any kind of stability, in fact don't even count on this module's continuing existence (it has been noindexed for a reason). In ...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Admin - Administration object for schemas River stage three • 342 direct dependents • 452 total dependents

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Schema - composable schemas River stage three • 342 direct dependents • 452 total dependents

Creates database classes based on a schema. This is the recommended way to use DBIx::Class and allows you to use more than one concurrent connection with your classes. NB: If you're used to Class::DBI it's worth reading the "SYNOPSIS" carefully, as D...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Cursor - Abstract object representing a query cursor on a resultset. River stage three • 342 direct dependents • 452 total dependents

A Cursor represents a query cursor on a DBIx::Class::ResultSet object. It allows for traversing the result set with "next", retrieving all results with "all" and resetting the cursor with "reset". Usually, you would use the cursor methods built into ...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Manual - Index of the Manual River stage three • 342 direct dependents • 452 total dependents

This is the DBIx::Class users manual. DBIx::Class is a SQL->OOP mapper. This means that it can represent your SQL tables as perl classes, and give you convenient accessors and methods for retrieving and updating information from your SQL database....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Storage - Generic Storage Handler River stage three • 342 direct dependents • 452 total dependents

A base implementation of common Storage methods. For specific information about DBI-based storage, see DBIx::Class::Storage::DBI....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Ordered - Modify the position of objects in an ordered list. River stage three • 342 direct dependents • 452 total dependents

This module provides a simple interface for modifying the ordered position of DBIx::Class objects....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::SQLMaker - An SQL::Abstract::Classic-like SQL maker class River stage three • 342 direct dependents • 452 total dependents

This module serves as a mere "nexus class" providing SQL::Abstract::Classic-like functionality to DBIx::Class itself, and to a number of database-engine-specific subclasses. This indirection is explicitly maintained in order to allow swapping out the...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::PK::Auto - Automatic primary key class River stage three • 342 direct dependents • 452 total dependents

This class overrides the insert method to get automatically incremented primary keys. PK::Auto is now part of Core. See DBIx::Class::Manual::Component for details of component interactions....

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Exception - Exception objects for DBIx::Class River stage three • 342 direct dependents • 452 total dependents

Exception objects of this class are used internally by the default error handling of "throw_exception" in DBIx::Class::Schema and derivatives. These objects stringify to the contained error message, and use overload fallback to give natural boolean/n...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::ResultSet - Represents a query used for fetching a set of results. River stage three • 342 direct dependents • 452 total dependents

A ResultSet is an object which stores a set of conditions representing a query. It is the backbone of DBIx::Class (i.e. the really important/useful bit). No SQL is executed on the database when a ResultSet is created, it just stores all the condition...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::CDBICompat - Class::DBI Compatibility layer. River stage three • 342 direct dependents • 452 total dependents

DBIx::Class features a fully featured compatibility layer with Class::DBI and some common plugins to ease transition for existing CDBI users. This is not a wrapper or subclass of DBIx::Class but rather a series of plugins. The result being that even ...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::Manual::FAQ - Frequently Asked Questions (in theory) River stage three • 342 direct dependents • 452 total dependents

This document is intended as an anti-map of the documentation. If you know what you want to do, but not how to do it in DBIx::Class, then look here. It does not contain much code or examples, it just gives explanations and pointers to the correct pie...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC

DBIx::Class::FilterColumn - Automatically convert column data River stage three • 342 direct dependents • 452 total dependents

This component is meant to be a more powerful, but less DWIM-y, DBIx::Class::InflateColumn. One of the major issues with said component is that it only works with references. Generally speaking anything that can be done with DBIx::Class::InflateColum...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC
117 results (0.041 seconds)